home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch25 / 25fig09.wrl < prev    next >
Text File  |  1996-09-23  |  422b  |  28 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.     # First room
  8.         LOD {
  9.             range [ 20.0 ]
  10.             level [
  11.                 Inline { url "droom.wrl" },
  12.                 Group { }
  13.             ]
  14.         },
  15.     # Second room
  16.         Transform {
  17.             translation 0.0 0.0 -10.0
  18.             children LOD {
  19.                 range [ 20.0 ]
  20.                 level [
  21.                     Inline { url "droom.wrl" },
  22.                     Group { }
  23.                 ]
  24.             }
  25.         }
  26.     ]
  27. }
  28.